home *** CD-ROM | disk | FTP | other *** search
Amiga HyperGuide | 1997-04-01 | 1.9 KB | 48 lines |
- @hyperguide FAQ.hguide
- @$VER: FAQ.hguide 40.5 (31.03.97)
- @macro m_prg "@{b}Frequently Ask Questions@{ub}"
- @macro m_qenum "@{par}@{pari -3}@{lindent 9}$1. @{\"$2\" link Q$1}"
- @macro m_question "@{line}@{pari -3}@{lindent 3}@{b}Q: @{ub}@{fg highlight}$1@{fg text}@{line}"
- @macro m_answer "@{line}@{pari -3}@{lindent 3}@{b}A:@{ub}"
- @include htds.hgm
-
- @node main "HTDS Frequently Ask Questions"
- @toc HTDS.hguide/main
-
- @{jcenter}@{m_title}@{m_copyright}@{m_welcome}@{jleft}
-
- @{m_sec Questions}
- @{enumerate}
- @{item}@{"Why don't work online Help (Menu-/Gadget-Help) if HTDS is installed ?" link OnlineHelp}
- @{item}@{"Embedded pictures aren't displayed!" link EmbeddedPics}
- @{endenumerate}
- @{m_endsec}
-
- @{m_sec "See Also"}
- @{" Known Bugs " link HTDS.hguide/KnownBugs}
- @{m_endsec}
- @endnode
- @node OnlineHelp "Online Help"
-
- @{m_question "Why don't work online Help (Menu-/Gadget-Help) if HTDS is installed ?"}
- @{m_answer}
- The problem is, that all programs which provides online help uses the
- @{m_file amigaguide.library}. This library uses some internals from the
- @{m_file amigaguide.datatype}, which I don't know and therefore I couldn't
- implement this in the @{m_file hypertext.datatype}. I need to replace the
- @{m_file amigaguide.library} by a library, which is compatible with the current
- @{m_htds} implementation.
- @endnode
- @node EmbeddedPics "Embedded pictures"
- @{m_question "Embedded pictures aren't displayed!"}
- @{m_answer}
- Currently the existing V43.757 picture.datatype don't support the DTM_DRAW method
- correctly. So this can be the problem.@{line}
- I have get some reaction from people, who said that the picture.datatype from
- the Picasso96 distribution.@{line}
- If you use my picdtpatch utility make sure that it is started before any program
- which might use the picture.datatype. Usally a place between the AddDatatypes and IPrefs
- is a good place in the @{"Startup-Sequence" link "S:Startup-Sequence"}.
- @endnode
-
-